@font-face {
    font-family: iran yekan;
    src: url(../font/IRANYekanX-Regular.woff2);
}

@font-face {
    font-family: iran yekan bold;
    src: url(../font/IRANYekanX-Bold.woff2);
}

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: 'iran yekan';
}

.contact {
    padding: 60px 20px;
    text-align: center;
    background-color: #f4f4f4;
}

.contact h2 {
    margin-bottom: 40px;
}

.contact-container {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    gap: 25px;
}

.contact-card {
    background-color: white;
    width: 200px;
    padding: 50px;
    border-radius: 15px;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
    transition: 0.3s;
    text-align: center;
    margin-left: 100px;
}

.contact-card:hover {
    transform: translateY(-10px);
}

.contact-card img {
    width: 150px;
    margin-bottom: 50px;
    justify-content: center;
    display: block;
    margin-right: -25px;
}

.contact-card h3 {
    margin-bottom: 10px;
}

.contact-card p {
    color: #555;
    font-weight: bold;
}


body {
    background-color: #f4f4f4;
}

header {
    background-color: #111;
    color: white;
    padding: 20px;
    text-align: center;
}

nav ul {
    list-style: none;
    margin-top: 10px;
}

nav ul li {
    display: inline-block;
    margin: 0 15px;
}

nav ul li a {
    color: white;
    text-decoration: none;
    transition: 0.3s;
}

nav ul li a:hover {
    color: #ff9800;
}

.hero {
    background: linear-gradient(to left, #222, #444);
    color: white;
    padding: 80px 20px;
    text-align: center;
}

.hero button {
    margin-top: 20px;
    padding: 12px 25px;
    border: none;
    background-color: #ff9800;
    color: white;
    cursor: pointer;
    font-size: 16px;
    transition: 0.3s;
}

.hero button:hover {
    background-color: #e68900;
}

.products {
    padding: 50px 20px;
    text-align: center;
}

.products h2 {
    margin-bottom: 30px;
}

.product-card {
    background-color: white;
    padding: 20px;
    margin: 15px;
    display: inline-block;
    width: 250px;
    border-radius: 10px;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
    transition: 0.3s;

}

.product-card img {
    width: 150px;
    border-radius: 15px;
}



.product-card:hover {
    transform: translateY(-10px);
}

.product-card h3 {
    margin-bottom: 10px;
}

.product-card span {
    display: block;
    margin-top: 10px;
    font-weight: bold;
    color: #ff9800;
}

.about {
    background-color: #222;
    color: white;
    padding: 50px 20px;
    text-align: center;
}

footer {
    background-color: #111;
    color: white;
    text-align: center;
    padding: 15px;
}

.poliar {
    display: block;
    margin-right: 30px;
    text-align: center;
}